[INFO] fetching crate libbrat-grite 0.1.0...
[INFO] checking libbrat-grite-0.1.0 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] extracting crate libbrat-grite 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate libbrat-grite 0.1.0
[INFO] finished tweaking crates.io crate libbrat-grite 0.1.0
[INFO] tweaked toml for crates.io crate libbrat-grite 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate libbrat-grite 0.1.0 on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate libbrat-grite 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d
[INFO] running `Command { std: "docker" "start" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking libbrat-grite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `assignees` and `comment_count` are never read
[INFO] [stdout]   --> src/client.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct RawIssueSummary {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     assignees: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     comment_count: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawIssueSummary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `assignees`, `comments`, and `comment_count` are never read
[INFO] [stdout]    --> src/client.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct RawIssue {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 122 |     assignees: Vec<String>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 123 |     #[serde(default)]
[INFO] [stdout] 124 |     comments: Vec<RawComment>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     comment_count: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawIssue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]    --> src/client.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct RawComment {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |     body: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawComment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `nonce` and `ttl_seconds` are never read
[INFO] [stdout]    --> src/client.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 158 | struct LockAcquireResponse {
[INFO] [stdout]     |        ------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 162 |     nonce: Option<String>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     ttl_seconds: Option<i64>,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LockAcquireResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]    --> src/client.rs:257:5
[INFO] [stdout]     |
[INFO] [stdout] 256 | struct ContextProjectSingleResponse {
[INFO] [stdout]     |        ---------------------------- field in this struct
[INFO] [stdout] 257 |     key: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ContextProjectSingleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `assignees` and `comment_count` are never read
[INFO] [stdout]   --> src/client.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct RawIssueSummary {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     assignees: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     comment_count: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawIssueSummary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `assignees`, `comments`, and `comment_count` are never read
[INFO] [stdout]    --> src/client.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct RawIssue {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 122 |     assignees: Vec<String>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 123 |     #[serde(default)]
[INFO] [stdout] 124 |     comments: Vec<RawComment>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     comment_count: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawIssue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]    --> src/client.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct RawComment {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |     body: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawComment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `nonce` and `ttl_seconds` are never read
[INFO] [stdout]    --> src/client.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 158 | struct LockAcquireResponse {
[INFO] [stdout]     |        ------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 162 |     nonce: Option<String>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     ttl_seconds: Option<i64>,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LockAcquireResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]    --> src/client.rs:257:5
[INFO] [stdout]     |
[INFO] [stdout] 256 | struct ContextProjectSingleResponse {
[INFO] [stdout]     |        ---------------------------- field in this struct
[INFO] [stdout] 257 |     key: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ContextProjectSingleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s
[INFO] running `Command { std: "docker" "inspect" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d", kill_on_drop: false }`
[INFO] [stdout] d9f20bee7dbc1885f24e0ecb670cee3eb5d9f6a5cf2949c82cbb3ab83ab0410d
